Interface IImport<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IImport<out T> : IUnresolved<T> where T : ISortedExportable
Properties
Name
View Source
Declaration
ImportExportName Name { get; }
Descriptor
View Source
Declaration
IExportableDescriptor<out T> Descriptor { get; }